home *** CD-ROM | disk | FTP | other *** search
/ Ford Galaxy MK1 Restyling Interactive Presentation / Ford Galaxy.iso / Intro.dxr / 00002.ls < prev    next >
Encoding:
Text File  |  2001-02-13  |  292 b   |  17 lines

  1. on exitFrame me
  2.   global gSpriteIni, gSpriteFin, gClicca
  3.   if not soundBusy(2) then
  4.     suona("tecnico1")
  5.   end if
  6.   RollCorr = the rollover
  7.   MH = the mouseH
  8.   if MH > 420 then
  9.     Cammina("sx", MH)
  10.   else
  11.     if MH < 380 then
  12.       Cammina("dx", MH)
  13.     end if
  14.   end if
  15.   go(the frame)
  16. end
  17.